From: Luc Teirlinck Date: Wed, 31 Dec 2003 00:27:07 +0000 (+0000) Subject: (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24615 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=94b1d7a796f22d6693ac3600e8deb3bf148a205c;p=emacs.git (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual. --- diff --git a/src/eval.c b/src/eval.c index 8a6d0d3ff54..a5f66b295a6 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1436,6 +1436,8 @@ A handler for any of those names will get to handle this signal. The symbol `error' should normally be one of them. DATA should be a list. Its elements are printed as part of the error message. +See Info anchor `(elisp)Definition of signal' for some details on how this +error message is constructed. If the signal is handled, DATA is made available to the handler. See also the function `condition-case'. */) (error_symbol, data)